math/rand/v2.ChaCha8.readBuf (field)
10 uses
math/rand/v2 (current package)
chacha8.go#L19: readBuf [8]byte
chacha8.go#L34: c.readBuf = [8]byte{}
chacha8.go#L56: n = copy(p, c.readBuf[len(c.readBuf)-c.readLen:])
chacha8.go#L66: byteorder.LEPutUint64(c.readBuf[:], c.Uint64())
chacha8.go#L67: n += copy(p, c.readBuf[:])
chacha8.go#L82: c.readLen = copy(c.readBuf[len(c.readBuf)-len(buf):], buf)
chacha8.go#L106: b = append(b, c.readBuf[len(c.readBuf)-c.readLen:]...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)